var crypto/tls.rsaKexCiphers

4 uses

	crypto/tls (current package)
		cipher_suites.go#L350: var rsaKexCiphers = map[uint16]bool{
		defaults.go#L52: 			tlsrsakex.Value() != "1" && rsaKexCiphers[c] ||
		handshake_client.go#L629: 	if hs.c.config.CipherSuites == nil && !needFIPS() && rsaKexCiphers[hs.suite.id] {
		handshake_server.go#L375: 	if c.config.CipherSuites == nil && !needFIPS() && rsaKexCiphers[hs.suite.id] {